home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / ICON2BIT.ZIP / ICON2BIT.TXT < prev    next >
Encoding:
Text File  |  1996-07-29  |  1.0 KB  |  21 lines

  1. Title of file  : Icon2Bit.zip
  2. Type of file   : Delphi Unit with demo program -- Freeware
  3. Operating Sys  : Window 95
  4. Uploader Email : mike@seward.ccsn.edu
  5. Date Uploaded  : 27 July 1996
  6. Short Desc     : Convert an icon to a bitmap suitable for use as a Delphi
  7.                  glyph.  Freeware with source.
  8. Long Desc      : Icon2Bit.zip contains a Delphi unit to convert an icon
  9.                  into a bitmap.  The bitmap is suitable for use as a
  10.                  glyph in a Delphi button with the transparent color of
  11.                  the icon correctly converted.
  12.  
  13.                  The program that demos the unit, Icon to Bitmap 
  14.                  Conversion, reads in a file containing icons and 
  15.                  displays the resulting bitmap.  It also allows you 
  16.                  to save an icon to a .BMP file with the transparent 
  17.                  color corrected for use as a Delphi glyph.
  18.  
  19.                  Both the conversion unit and the demo program come
  20.                  with full source code, all free.
  21.